QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

Text Atom Types

The dataType parameter to the AddTESample and AddTextSample functions indicates the type of data in the handle. The following two types have been added:

enum {
    dropShadowOffsetType        = 'drpo',
    dropShadowTranslucencyType  = 'drpt'
};

Constant descriptions

dropShadowOffsetType
The drop shadow offset.
dropShadowTranslucencyType
The drop shadow translucency.

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next